
.pageTop{
    position: relative;
    margin-bottom: 30px;
}
.pageTop img{
    width: 100%; border-radius: 15px;    min-height: 150px;
    object-fit: cover;
}.homeSlider img{
     width: 100%!important;
     border-radius: 10px;

     position: unset!important;
 }
.pageTop::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    content: "";border-radius: 15px;
}
.pageTopContent h1 {
    font-size: 27px;font-weight: 700;
    text-align: center;
    line-height: 45px;
}
.pageTopContent{
    position: absolute;
    top: 50%;    z-index: 9;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.category_top{
    padding: 30px 40px;
    background: #F1F3F4;
}
.category_top img{
    max-width: 250px;
    height: auto;
    border-radius: 15px;
}
.category_top_box{
position: relative;
}

.category_top_content h1{
    font-weight: 700;
}
.category_top_content p{
    margin-top: 18px;
}
.category_tab_box{
    margin-bottom: 30px;
    padding: 10px 0;
    background: #f5f5f5;
}
.category_tab_box ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 0;padding: 0;
}
.category_tab_box li{
    font-weight: bold;
}

.category_tab_box a{

}
.category_alphabet_list{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 30px;    text-transform: uppercase;
}
.category_alphabet_list_item{

}
.disable{
    color: #bbb;
}
.category_alphabet_subs{

}

.category_alphabet_sub_item{
    margin-bottom: 20px;
}
.category_alphabet_sub_item_title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.category_alphabet_sub_item_title::after{
    content: "";
    display: block;
    right: 0;
    border-bottom: solid 2px #E8E8E8;
    width: 95%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.category_alphabet_sub_item_subs{

}
.category_alphabet_sub_item_subs_item{
    font-size: 15px;
    font-weight: 500;
}
@media(max-width: 992px) {
    .category_top{
        padding: 0px 0 40px;
    }
    .category_top img{
        display: block;
        margin: 0 auto;
    }
    .category_top_content {
         position: unset;
         top: unset;
         left: unset;
         transform: unset;
         color: #000;
         text-align: center;
         margin-top: 25px;
     }.category_top h1{
    font-size: 26px;
}
}